Click or drag to resize

CustomPropertyId Class

Identifies an extended MAPI property ID.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class CustomPropertyId : ExtendedPropertyPath

The CustomPropertyId type exposes the following members.

Constructors
  NameDescription
Public methodCustomPropertyId
Initializes a new instance of the CustomPropertyId class.
Public methodCustomPropertyId(Int32, String)
Initializes a new instance of the CustomPropertyId class.
Public methodCustomPropertyId(Int32, String, MapiPropertyType)
Initializes a new instance of the CustomPropertyId class.
Top
Properties
  NameDescription
Public propertyId
Identifies an extended property by its dispatch ID.
Public propertySet
Identifies a MAPI extended property set or namespace by its identifying GUID.
Public propertyType
Represents the property type of a property tag.
Top
Methods
See Also